nati_x86_64_defconfig: enable additional TPM modules#270
Merged
gratian merged 1 commit intoni:nilrt/master/6.12from Mar 16, 2026
Merged
nati_x86_64_defconfig: enable additional TPM modules#270gratian merged 1 commit intoni:nilrt/master/6.12from
gratian merged 1 commit intoni:nilrt/master/6.12from
Conversation
Enable more UEFI/TPM kconfigs that are necessary to support userspace interactions with TPM2 devices. Of particular importance: * CONFIG_BLK_DEV_DM - Driver support for DeviceMapper block devices. * CONFIG_DM_CRYPT - Driver support for encrypted DeviceMapper devices (LUKS). * CONFIG_EFI_STUB - Allows the kernel to collect TPM measurement logs from the EFI store. * CONFIG_DAX - Direct Access to Differenated memory. Necessary dependency of DeviceMapper. Signed-off-by: Alex Stewart <alex.stewart@emerson.com>
chaitu236
approved these changes
Mar 16, 2026
gratian
approved these changes
Mar 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enable more UEFI/TPM kconfigs that are necessary to support userspace interactions with TPM2 devices.
Of particular importance:
NOTE: The
CONFIG_CRYPTO_CBCkconfig was removed automatically bysavedefconfig. I assume that it is enabled implicitly by one of the other crypto-kconfigs I am enabling.This PR is in support of the NILRT Measured Boot / Device Encryption feature.
Testing